home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // AddTips.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: AddTips.pas
- //----------------------------------------------------------------------------
- #ifndef AddTipsHPP
- #define AddTipsHPP
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- namespace Addtips
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TfrmAddTip;
- class __declspec(pascalimplementation) TfrmAddTip : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TButton* OKBtn;
- Stdctrls::TButton* CancelBtn;
- Extctrls::TBevel* Bevel1;
- Stdctrls::TMemo* Memo1;
- void __fastcall FormActivate(System::TObject* p0);
- public:
- /* TForm.Create */ __fastcall virtual TfrmAddTip(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TForm.CreateNew */ __fastcall TfrmAddTip(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TfrmAddTip(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TfrmAddTip(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TfrmAddTip* frmAddTip;
-
- } /* namespace Addtips */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Addtips;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AddTips
-